home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
batch
/
batman
/
demo.bat
< prev
next >
Wrap
DOS Batch File
|
1988-07-20
|
271b
|
8 lines
echo OFF
batman file(file-a.bm)
if errorlevel 1 goto yes
batman fore(lightred) goto(26,23) song(2) write(Well, I don't like you either!!!) file(file-b.bm)
goto done
:yes
batman fore(yellow) goto(26,23) song(3) write(BATAMAN likes you too!!!) file(file-b.bm)
:done